css: Support CSS names for pseudo states
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 13:26:58 +0000 (08:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 13:26:58 +0000 (08:26 -0500)
commit6f889e832c2cb02b70f2d5b891938c571a37c7b1
treede73c493186882765c566bfe90a39a89b7402f4b
parent2599ca4d9f97b55d2ce3c5787e694e29e5949c4d
css: Support CSS names for pseudo states

What we call :insensitive is called :disabled in CSS, and
:inconsistent is :indeterminate. Recognize these names, but
still support the old ones.
gtk/gtkcssselector.c